-
Notifications
You must be signed in to change notification settings - Fork 999
fix(zip): 0 in zip64 local sizes using descriptors #750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #750 +/- ##
=======================================
Coverage 73.83% 73.83%
=======================================
Files 69 69
Lines 8355 8355
=======================================
Hits 6169 6169
Misses 2186 2186
Continue to review full report at Codecov.
|
|
Any thoughts on when a new release will be made which includes this fix? |
This comment was marked as off-topic.
This comment was marked as off-topic.
|
@carlreid no release date, but I should have the time to do so pretty soon. sorry that I cannot be more specific. |
No stress! We can wait a little more |
In #736, the header tests were changed to allow for
0being passed as the Zip64 sizes when testing the archive. That is actually the correct value as per the spec, and hence this updates the output ofZipFormat.WriteLocalHeaderto write0when using descriptors together with Zip64.Fixes #744
I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for the SharpZipLib open source product (the "Contribution"). My Contribution is licensed under the MIT License.